Clone<T> Method

Summary
Perform a deep Copy of the object.
Syntax
C#
C++/CLI
public static T Clone<T>( 
   T source 
) 
public: 
static _T^_ Clonegeneric<typename T> 
(  
   _T^_ source 
)  

Parameters

source
The object instance to copy.

Type Parameters

T
The type of object being copied.

Return Value

The copied object.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.